From: Richard M. Stallman Date: Mon, 29 Mar 1993 01:41:58 +0000 (+0000) Subject: [USG5_4]: Alternate defining of LIBS_SYSTEM, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96647 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d125ae6dd308adc8242667c36b1e5c830956e344;p=emacs.git [USG5_4]: Alternate defining of LIBS_SYSTEM, LIBX11_SYSTEM, HAVE_RANDOM, BSTRING. --- diff --git a/src/m/delta88k.h b/src/m/delta88k.h index 7270a79e2b6..beb9904c4a8 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h @@ -143,7 +143,11 @@ and this notice must be preserved on all copies. */ * we have the wrong name for networking libs */ #undef LIBX11_SYSTEM +#ifdef USG5_4 +#define LIBX11_SYSTEM -lX11 +#else #define LIBX11_SYSTEM -lnsl -lbsd +#endif /* USG5_4 */ /* * we have Berkeley style @@ -160,8 +164,20 @@ and this notice must be preserved on all copies. */ */ #define USE_UTIME +#ifdef USG5_4 +#define LIBS_SYSTEM -lsocket -lnsl +#else #define LIBS_SYSTEM -lbsd -lg +#endif /* USG5_4 */ #define NEED_TERMIOS #define NO_SIOCTL_H + +#ifdef USG5_4 +#ifdef HAVE_X_WINDOWS +#define HAVE_RANDOM +#else +#undef BSTRING +#endif /* HAVE_X_WINDOWS */ +#endif /* USG5_4 */